home *** CD-ROM | disk | FTP | other *** search
- on(release){
- stopDrag();
- if(_droptarget eq "/base_11")
- {
- _X = getProperty("../base_11", _X);
- _Y = getProperty("../base_11", _Y);
- set("../:on",eval("../:on") + "1");
- on_ += "1";
- tellTarget("/base_11")
- {
- setProperty("/base_11", _alpha, "0");
- }
- gotoAndStop(3);
- }
- if(eval("../:on") == "16")
- {
- if(eval("../:tm") == "1")
- {
- tellTarget("../")
- {
- gotoAndStop("end_t2");
- }
- }
- else
- {
- tellTarget("../")
- {
- gotoAndStop("success3");
- }
- }
- }
- }
-